home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Macintosh Family Training / Macintosh Family Training⁄C / Macintosh Family Training_C / stack_-1.xml < prev    next >
Encoding:
Extensible Markup Language  |  1990-06-04  |  20.2 KB  |  117 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in</name>
  5.     <id>-1</id>
  6.     <cardCount>93</cardCount>
  7.     <cardID>9916</cardID>
  8.     <listID>15246</listID>
  9.     <cantModify><true /></cantModify>
  10.     <cantDelete><false /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>640</width>
  14.         <height>480</height>
  15.     </cardSize>
  16.     <script>--‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî
  17. --  Script of Stack "Macintosh Family Color"
  18. --  Copyright ¬© 1990 by Apple Computer, Inc.
  19. --  Main (large) stack for the October ‚Äô90 Training stacks
  20. --—————————————————————————————————————————————————————————————————————
  21. --  Produced by Tom Hudson in Apple Training Support
  22. --  Written, Modified, and Illustrated by Margaret Steimer
  23. --  Designed by Chuck Walker
  24. --  HyperCard construction by Chuck Walker
  25. --
  26. --  Globals:   mapLocFam, completeFam, footprintsFam, prefsStack,
  27. --             ATSUserName, whatSound
  28. --  Handlers:  openStack, closeStack, suspendStack, closeBackground,
  29. --             openCard, fieldLink, makeAMark, checkCompletion,
  30. --             doStackHelp, noFunction, returnTo, showMenu,
  31. --             menuNavigation, showMarker, goMark, showPrinting,
  32. --             doPrinting, doStackGlossary
  33. --             doMenu, returnKey, arrowKey, enterKey
  34. --  (note: resources are installed in this stack)
  35. --  Fonts:     AplGaram 16, 24, 48;
  36. --             B AplGaram Bold 16, 24;
  37. --             CL Futura CondensedLight 12, 14;
  38. --             CB Futura CondensedBold 12;
  39.  
  40. --—————————————————————————————————————————————————————————————————————
  41.  
  42. on openStack
  43. -- place the window in the center of the screen
  44. get the screenRect
  45. put (item 3 of it / 2) - 320 into windL
  46. put (item 4 of it / 2) - 240 into windT
  47. set the rect of card window to windL,windT,windL + 640,windT + 480
  48. hide menuBar
  49. hide message window
  50. hide tool window
  51. hide pattern window
  52. hide scroll window
  53. hide groups
  54. end openStack
  55.  
  56. --  close any open palettes
  57. on closeStack
  58. if there is a window "mainMenu" then close window "mainMenu"
  59. if there is a window "markerMenu" then close window "markerMenu"
  60. if there is a window "printMenu" then close window "printMenu"
  61. end closeStack
  62.  
  63. --  close any open palettes
  64. on suspendStack
  65. if there is a window "mainMenu" then close window "mainMenu"
  66. if there is a window "markerMenu" then close window "markerMenu"
  67. if there is a window "printMenu" then close window "printMenu"
  68. end suspendStack
  69.  
  70. -- keep track of the most recent location for the stack map
  71. on closeBackground
  72. global mapLocFam, footprintsFam, completeFam
  73. if the short name of this bg ‚↠"Stack Map" then
  74. put the short name of this bg into mapLocFam
  75. if completeFam = "done" then exit closeBackground
  76. if the short name of this bg is not in footprintsFam then
  77. put mapLocFam into whatSection
  78. put the number of this bg into sectionNum
  79. put the number of cards of this bg into howManyCards
  80. checkCompletion whatSection,sectionNum,howManyCards
  81. end if
  82. end if
  83.  
  84. -- don‚Äôt bother checking if all cards viewed
  85. repeat with i=1 to the number of bg
  86. if i is not in footprintsFam then exit closeBackground
  87. end repeat
  88. put "done" into completeFam
  89. end closeBackground
  90.  
  91. --  is this section complete?
  92. on checkCompletion whatSection,sectionNum,howManyCards
  93. global completeFam, footprintsFam
  94. set cursor to busy
  95. put 0 into theCount
  96. put sectionNum & "‚Ä¢" into theSection
  97. if theSection is in completeFam then
  98. repeat with x = 1 to the number of items in completeFam
  99. if theSection is in item x of completeFam then ¬¨
  100. put theCount + 1 into theCount
  101. end repeat
  102. if theCount > howManyCards - 4 then
  103. put whatSection & "," after footprintsFam
  104. end if
  105. end if
  106. end checkCompletion
  107.  
  108. on openCard
  109. global completeFam
  110. if there is a bg button "cardMark" then
  111. if the short name of this card is in markedFam then
  112. set the icon of bg button "cardMark" to "checkedBox"
  113. else
  114. set the icon of bg button "cardMark" to "emptyBox"
  115. end if
  116. end if
  117.  
  118. if completeFam ‚↠"done" then
  119. put the number of this bg & "‚Ä¢" & ¬¨
  120. the short name of this card into temp
  121. if temp is not in completeFam then
  122. put the number of this bg & "‚Ä¢" & ¬¨
  123. the short name of this card & "," after completeFam
  124. end if
  125. end if
  126.  
  127. put the number of this card into word 2 of field "cardNo"
  128. put the number of cards into word 4 of field "cardNo"
  129.  
  130. end openCard
  131.  
  132. on idle
  133. if there is a window "waitDLOG" then close window "waitDLOG"
  134. end idle
  135.  
  136. --—————————————————————————————————————————————————————————————————————
  137. -- stack housekeeping scripts ‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî
  138.  
  139. on returnTo
  140. pop card into lastPush
  141. if the short name of this stack is not in lastPush then
  142. visual iris close fast
  143. go card "Stack Map"
  144. else
  145. visual iris close fast
  146. go lastPush
  147. end if
  148. end returnTo
  149.  
  150. -- handler for grayed out buttons
  151. on noFunction
  152. answer "When a gray button has no icon, it means that option is not available."¬¨
  153. & return & return & "Click a button with an icon in it."¬¨
  154. with "Help" or "OK"
  155. if it is "Help" then doStackHelp gray
  156. end noFunction
  157.  
  158. -- handler for text links
  159. -- if target not in field "subHead", look for it in Glossary stack
  160. on fieldLink
  161. put empty into WhatToFind
  162. if the textStyle of the clickChunk is "bold,group" or¬¨
  163. the textStyle of the clickChunk is bold then
  164. push card
  165. put the clickText into whatToFind
  166. if "*" is in whatToFind then doStackGlossary whatToFind
  167. else
  168. lock screen
  169. set lockmessages to TRUE
  170. find string whatToFind in field "subHead"
  171. end if
  172. unlock screen with visual iris open fast
  173. send "openCard" to this card
  174. end if
  175. end fieldLink
  176.  
  177. -- handler to mark/unmark cards in a locked stack
  178. on makeAMark check
  179. global completeFam, markedFam
  180. if there is not a bg button "cardMark" then exit makeAMark
  181. if check = "on" then
  182. if the short name of this card is not in markedFam then
  183. put the short name of this card & "," after markedFam
  184. set the icon of bg button "cardMark" to "checkedBox"
  185. end if
  186. else if check = "off" then
  187. if the short name of this card is not in markedFam then exit makeAMark
  188. set cursor to watch
  189. put markedFam into temp
  190. put empty into markedFam
  191. repeat with x = 1 to the number of items in temp
  192. if the short name of this card is not in item x of temp then
  193. put item x of temp & "," after markedFam
  194. end if
  195. end repeat
  196. set the icon of bg button "cardMark" to "emptyBox"
  197. else
  198. if the short name of this card is not in markedFam then
  199. makeAMark "on"
  200. else
  201. makeAMark "off"
  202. end if
  203. end if
  204. end makeAMark
  205.  
  206. -- handler to play sounds
  207. on playSound whatSND
  208. set cursor to ear
  209. play whatSND
  210. repeat until the sound is done
  211. if the mouse is down then
  212. play stop
  213. exit to hyperCard
  214. end if
  215. end repeat
  216. end playSound
  217.  
  218. --—————————————————————————————————————————————————————————————————————
  219. --  palette & help handlers  ‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî
  220.  
  221. -- open the help stack to the appropriate card
  222. on doStackHelp whatCard
  223. set cursor to busy
  224. get the loc of card window
  225. put item 1 of it + 432 into xLoc
  226. put item 2 of it + 248 into yLoc
  227. lock screen
  228. push card
  229. set cursor to busy
  230. go to stack "ATS Help" in a new window
  231. if whatCard ‚↠empty then go card whatCard
  232. set cursor to busy
  233. set the loc of the card window to xLoc,yLoc
  234. unlock screen with visual wipe up fast
  235. end doStackHelp
  236.  
  237. -- open the Glossary stack to the appropriate term
  238. on doStackGlossary whatToFind
  239. delete char (offset("*",whatToFind)) of whatToFind -- dump asterisk
  240. set cursor to busy
  241. get the loc of card window
  242. put item 1 of it + 212 into xLoc
  243. put item 2 of it + 248 into yLoc
  244. lock screen
  245. push card
  246. set cursor to busy
  247. go to stack "ATS Glossary" in a new window
  248. set cursor to busy
  249. if whatToFind ‚↠empty then find whatToFind in field "text1"
  250. set the loc of the card window to xLoc,yLoc
  251. unlock screen with visual wipe up fast
  252. end doStackGlossary
  253.  
  254.  
  255. -- handler to show navigation palette
  256. on showMenu
  257. if there is a window "mainMenu" then
  258. close window "mainMenu"
  259. else
  260. if there is a window "markerMenu" then close window "markerMenu"
  261. if there is a window "printMenu" then close window "printMenu"
  262. palette "mainMenu","424,331"
  263. end if
  264. end showMenu
  265.  
  266. -- navigation handler for navigation palette
  267. on menuNavigation whatCard
  268. push card
  269. play stop
  270. visual iris open fast
  271. go card whatCard
  272. end menuNavigation
  273.  
  274. -- handler to show marked cards palette
  275. on showMarker
  276. if there is a window "mainMenu" then close window "mainMenu"
  277. palette "markerMenu","432,352"
  278. end showMarker
  279.  
  280. -- marked cards navigator
  281. on goMark whichWay
  282. global markedFam
  283. if the number of items in markedFam = 0 then
  284. answer "There are currently no marked cards."
  285. exit goMark
  286. end if
  287. lock screen
  288. set lockMessages to true
  289. set lockRecent to true
  290. set cursor to watch
  291. if whichWay = "next" then
  292. go next
  293. repeat until the short name of this card is in markedFam
  294. if the short name of this card is in markedFam then exit repeat
  295. go next
  296. end repeat
  297. unlock screen with visual wipe left fast
  298. else if whichWay = "prev" then
  299. go prev
  300. repeat until the short name of this card is in markedFam
  301. if the short name of this card is in markedFam then exit repeat
  302. go prev
  303. end repeat
  304. unlock screen with visual wipe right fast
  305. end if
  306. send "openCard" to this card
  307. end goMark
  308.  
  309. -- handler to show printing palette
  310. on showPrinting
  311. if there is a window "mainMenu" then close window "mainMenu"
  312. palette "printMenu","474,372"
  313. end showPrinting
  314.  
  315. -- printing handler
  316. on doPrinting printWhat
  317. global markedFam
  318. if printWhat = "card" then
  319. doMenu "Print Card"
  320. else if printWhat = "marks" then
  321. if the number of items in markedFam = 0 then
  322. answer "There are currently no marked cards."
  323. exit doPrinting
  324. end if
  325. open printing with dialog
  326. repeat with x = 1 to the number of items in markedFam
  327. go card item x of markedFam
  328. print card
  329. end repeat
  330. close printing
  331. else if printWhat = "stack" then
  332. doMenu "Print Stack..."
  333. end if
  334. end doPrinting
  335.  
  336. --—————————————————————————————————————————————————————————————————————
  337. --  intercept keyboard and menu handlers:  ‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî
  338.  
  339. -- redefine some menu commands
  340. on doMenu whatMenu
  341. --// Modified by Medior, Inc. 3/13/91
  342. global RPStackName
  343. if whatMenu = "Help" then
  344. doStackHelp
  345. else if whatMenu = "Message" then
  346. showMenu
  347. else if whatMenu is in "First Last Prev Next" then
  348. answer "Use the buttons at the bottom of the card or the arrow keys to navigate."
  349. -- else if whatMenu is in "Quit HyperCard Home Find... Print Report..." then
  350. -- exit to hyperCard
  351. else if (","& whatMenu &",") is in ",Home,Quit HyperCard," and RPStackName is not "" then
  352. set cursor to 4
  353. put RPStackName into sN
  354. repeat until offset(":",sN) = 0
  355. delete char 1 to offset(":",sN) of sN
  356. end repeat
  357. delete last char of sN
  358. answer "This will return to "&sN&"." with "Cancel" or "OK"
  359. if it is "Cancel" then exit domenu
  360. set cursor to 4
  361. lock screen
  362. go RPStackName
  363. unlock screen with dissolve fast
  364. exit domenu
  365. else pass doMenu
  366. end doMenu
  367.  
  368. --  same as clicking the arrow buttons
  369. on arrowKey whatKey
  370. if whatKey = "Left" then click at 527,456
  371. if whatKey = "Right" then click at 567,456
  372. end arrowKey
  373.  
  374. --  same as clicking the return button
  375. on returnKey
  376. click at 607,456
  377. end returnKey
  378.  
  379. --  intercept enter key
  380. on enterKey
  381. end enterKey
  382.  
  383. --—————————————————————————————————————————————————————————————————————
  384. --  end stack script  ‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî‚Äî
  385. --—————————————————————————————————————————————————————————————————————
  386. </script>
  387.     <background id="2601" file="background_2601.xml" name="Macintosh Advantage" />
  388.     <background id="2884" file="background_2884.xml" name="Stack Map" />
  389.     <background id="5988" file="background_5988.xml" name="Introduction" />
  390.     <background id="7596" file="background_7596.xml" name="Customer Questions" />
  391.     <background id="11136" file="background_11136.xml" name="Macintosh Family" />
  392.     <background id="21076" file="background_21076.xml" name="Competition" />
  393.     <card id="9916" file="card_9916.xml" marked="false" name="opening" owner="5988" />
  394.     <card id="27272" file="card_27272.xml" marked="false" name="opening" owner="5988" />
  395.     <card id="27899" file="card_27899.xml" marked="false" name="opening" owner="5988" />
  396.     <card id="31509" file="card_31509.xml" marked="false" name="opening" owner="5988" />
  397.     <card id="3677" file="card_3677.xml" marked="false" name="Stack Map" owner="2884" />
  398.     <card id="5242" file="card_5242.xml" marked="false" name="Advantage" owner="2601" />
  399.     <card id="4626" file="card_4626.xml" marked="false" name="" owner="2601" />
  400.     <card id="8736" file="card_8736.xml" marked="false" name="" owner="2601" />
  401.     <card id="9614" file="card_9614.xml" marked="false" name="" owner="2601" />
  402.     <card id="2319" file="card_2319.xml" marked="false" name="" owner="2601" />
  403.     <card id="4996" file="card_4996.xml" marked="false" name="" owner="2601" />
  404.     <card id="10811" file="card_10811.xml" marked="false" name="" owner="2601" />
  405.     <card id="7952" file="card_7952.xml" marked="false" name="" owner="2601" />
  406.     <card id="9121" file="card_9121.xml" marked="false" name="" owner="2601" />
  407.     <card id="9428" file="card_9428.xml" marked="false" name="" owner="2601" />
  408.     <card id="25409" file="card_25409.xml" marked="false" name="" owner="2601" />
  409.     <card id="31049" file="card_31049.xml" marked="false" name="" owner="2601" />
  410.     <card id="11443" file="card_11443.xml" marked="false" name="Family" owner="11136" />
  411.     <card id="31356" file="card_31356.xml" marked="false" name="Target Markets" owner="11136" />
  412.     <card id="36198" file="card_36198.xml" marked="false" name="Target Markets" owner="11136" />
  413.     <card id="37324" file="card_37324.xml" marked="false" name="Target Markets" owner="11136" />
  414.     <card id="20478" file="card_20478.xml" marked="false" name="" owner="11136" />
  415.     <card id="11799" file="card_11799.xml" marked="false" name="" owner="11136" />
  416.     <card id="12160" file="card_12160.xml" marked="false" name="" owner="11136" />
  417.     <card id="12502" file="card_12502.xml" marked="false" name="" owner="11136" />
  418.     <card id="12761" file="card_12761.xml" marked="false" name="" owner="11136" />
  419.     <card id="48368" file="card_48368.xml" marked="false" name="" owner="11136" />
  420.     <card id="12858" file="card_12858.xml" marked="false" name="" owner="11136" />
  421.     <card id="13339" file="card_13339.xml" marked="false" name="" owner="11136" />
  422.     <card id="13699" file="card_13699.xml" marked="false" name="" owner="11136" />
  423.     <card id="14022" file="card_14022.xml" marked="false" name="" owner="11136" />
  424.     <card id="14111" file="card_14111.xml" marked="false" name="" owner="11136" />
  425.     <card id="14467" file="card_14467.xml" marked="false" name="" owner="11136" />
  426.     <card id="20944" file="card_20944.xml" marked="false" name="" owner="11136" />
  427.     <card id="38073" file="card_38073.xml" marked="false" name="" owner="11136" />
  428.     <card id="38285" file="card_38285.xml" marked="false" name="" owner="11136" />
  429.     <card id="38542" file="card_38542.xml" marked="false" name="" owner="11136" />
  430.     <card id="38846" file="card_38846.xml" marked="false" name="" owner="11136" />
  431.     <card id="38984" file="card_38984.xml" marked="false" name="" owner="11136" />
  432.     <card id="39243" file="card_39243.xml" marked="false" name="" owner="11136" />
  433.     <card id="39620" file="card_39620.xml" marked="false" name="" owner="11136" />
  434.     <card id="39923" file="card_39923.xml" marked="false" name="" owner="11136" />
  435.     <card id="40619" file="card_40619.xml" marked="false" name="" owner="11136" />
  436.     <card id="40116" file="card_40116.xml" marked="false" name="" owner="11136" />
  437.     <card id="40325" file="card_40325.xml" marked="false" name="" owner="11136" />
  438.     <card id="40786" file="card_40786.xml" marked="false" name="" owner="11136" />
  439.     <card id="40997" file="card_40997.xml" marked="false" name="" owner="11136" />
  440.     <card id="41281" file="card_41281.xml" marked="false" name="" owner="11136" />
  441.     <card id="41580" file="card_41580.xml" marked="false" name="" owner="11136" />
  442.     <card id="42074" file="card_42074.xml" marked="false" name="" owner="11136" />
  443.     <card id="4159" file="card_4159.xml" marked="false" name="" owner="11136" />
  444.     <card id="43237" file="card_43237.xml" marked="false" name="" owner="11136" />
  445.     <card id="42990" file="card_42990.xml" marked="false" name="" owner="11136" />
  446.     <card id="34480" file="card_34480.xml" marked="false" name="" owner="11136" />
  447.     <card id="37690" file="card_37690.xml" marked="false" name="" owner="11136" />
  448.     <card id="44133" file="card_44133.xml" marked="false" name="" owner="11136" />
  449.     <card id="44481" file="card_44481.xml" marked="false" name="" owner="11136" />
  450.     <card id="45042" file="card_45042.xml" marked="false" name="" owner="11136" />
  451.     <card id="45173" file="card_45173.xml" marked="false" name="" owner="11136" />
  452.     <card id="21325" file="card_21325.xml" marked="false" name="Competition" owner="21076" />
  453.     <card id="22027" file="card_22027.xml" marked="false" name="" owner="21076" />
  454.     <card id="49068" file="card_49068.xml" marked="false" name="" owner="21076" />
  455.     <card id="50488" file="card_50488.xml" marked="false" name="" owner="21076" />
  456.     <card id="22508" file="card_22508.xml" marked="false" name="" owner="21076" />
  457.     <card id="43581" file="card_43581.xml" marked="false" name="" owner="21076" />
  458.     <card id="31996" file="card_31996.xml" marked="false" name="" owner="21076" />
  459.     <card id="43886" file="card_43886.xml" marked="false" name="" owner="21076" />
  460.     <card id="22749" file="card_22749.xml" marked="false" name="" owner="21076" />
  461.     <card id="50885" file="card_50885.xml" marked="false" name="" owner="21076" />
  462.     <card id="23618" file="card_23618.xml" marked="false" name="" owner="21076" />
  463.     <card id="24164" file="card_24164.xml" marked="false" name="" owner="21076" />
  464.     <card id="22935" file="card_22935.xml" marked="false" name="" owner="21076" />
  465.     <card id="23498" file="card_23498.xml" marked="false" name="" owner="21076" />
  466.     <card id="46122" file="card_46122.xml" marked="false" name="" owner="21076" />
  467.     <card id="46613" file="card_46613.xml" marked="false" name="" owner="21076" />
  468.     <card id="47148" file="card_47148.xml" marked="false" name="" owner="21076" />
  469.     <card id="23989" file="card_23989.xml" marked="false" name="" owner="21076" />
  470.     <card id="47819" file="card_47819.xml" marked="false" name="" owner="21076" />
  471.     <card id="28172" file="card_28172.xml" marked="false" name="" owner="21076" />
  472.     <card id="8420" file="card_8420.xml" marked="false" name="Questions" owner="7596" />
  473.     <card id="7743" file="card_7743.xml" marked="false" name="" owner="7596" />
  474.     <card id="30833" file="card_30833.xml" marked="false" name="" owner="7596" />
  475.     <card id="8478" file="card_8478.xml" marked="false" name="" owner="7596" />
  476.     <card id="45417" file="card_45417.xml" marked="false" name="" owner="7596" />
  477.     <card id="36747" file="card_36747.xml" marked="false" name="" owner="7596" />
  478.     <card id="45747" file="card_45747.xml" marked="false" name="" owner="7596" />
  479.     <card id="36415" file="card_36415.xml" marked="false" name="" owner="7596" />
  480.     <card id="29930" file="card_29930.xml" marked="false" name="" owner="7596" />
  481.     <card id="41730" file="card_41730.xml" marked="false" name="" owner="7596" />
  482.     <card id="49738" file="card_49738.xml" marked="false" name="" owner="7596" />
  483.     <card id="50005" file="card_50005.xml" marked="false" name="" owner="7596" />
  484.     <card id="28997" file="card_28997.xml" marked="false" name="" owner="7596" />
  485.     <card id="13150" file="card_13150.xml" marked="false" name="About this Stack" owner="7596" />
  486. </stack>
  487.